home *** CD-ROM | disk | FTP | other *** search
- -- card: 6658 from stack: in
- -- bmap block id: 7553
- -- flags: 0000
- -- background id: 2752
- -- name: report card
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=487 top=318 right=342 bottom=510
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: return
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go card "contents"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=134 top=330 right=342 bottom=149
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go prev
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=166 top=330 right=342 bottom=182
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go next
- end mouseUp
-
-